]> git.saurik.com Git - apple/security.git/blob - OSX/Keychain Circle Notification/com.apple.security.keychain-circle-notification.plist
Security-57336.1.9.tar.gz
[apple/security.git] / OSX / Keychain Circle Notification / com.apple.security.keychain-circle-notification.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>Label</key>
6 <string>com.apple.security.keychain-circle-notification</string>
7 <key>RunAtLoad</key>
8 <true/>
9 <key>KeepAlive</key>
10 <false/>
11 <key>ProcessType</key>
12 <string>Background</string>
13 <key>LaunchEvents</key>
14 <dict>
15 <key>com.apple.notifyd.matching</key>
16 <dict>
17 <key>tick</key>
18 <dict>
19 <key>Notification</key>
20 <string>com.apple.security.tick</string>
21 </dict>
22 <key>kSOSCCCircleChangedNotification</key>
23 <dict>
24 <key>Notification</key>
25 <string>com.apple.security.secureobjectsync.circlechanged</string>
26 </dict>
27 </dict>
28 </dict>
29 <key>ProgramArguments</key>
30 <array>
31 <string>/System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification</string>
32 </array>
33 </dict>
34 </plist>